Dev coolfish#31
Merged
Merged
Conversation
- 移除用于生成方块和强度配置的 Python 脚本 - 移除 Fabric 版本中的 GitHub 工作流 build.yml 文件 - 将 TEMPLATE_LICENSE.txt 添加到 gitignore,用于模版模组产物 - 将 src/main/resources/*.py 下的 Python 资源文件添加到 gitignore
为资源中的纹理工具添加排除规则,这些工具应位于根目录下的 tools/ 中。 BREAKING CHANGE: 纹理切割工具已从 Fabric-1.20.1/src/main/resources/box3-texture-cut/ 移动到项目根目录下的新位置。
从 .gitignore 文件中移除之前用于资源目录的 Python 工具和纹理切割工具相关的不必要条目。 由于这些工具已被迁移或不再使用,因此不再需要这些条目。
- 在 processResources 任务中包含 shared-resources 目录 - 将相同的资源复制逻辑应用到 Fabric 1.20.1 和 1.21.1 两个构建版本 - 移除 Fabric 1.21.1 中现已由共享资源处理的冗余独立方块状态文件
- 为 processResources 任务添加 DuplicatesStrategy.EXCLUDE - 将 shared-resources-fabric 纳入构建流程 - 这可以防止构建过程中出现重复资源冲突 chore(ignore): 更新 .gitignore,添加 Eclipse 和纹理切割工具输出目录 - 将 .eclipse/ 目录添加到 gitignore - 添加纹理切割工具的输出目录: - tools/box3-texture-cut/out/ - tools/box3-texture-cut/out-mc/ - tools/box3-texture-cut/node_modules/ - tools/box3-texture-cut/dist/ refactor(fabric): 移除遗留的物品模型定义 - 移除 Fabric 版本中已弃用的物品模型 JSON 文件 - 清理未使用的 model_destroyer 资源及相关配置 - 这使资源结构现代化,以适应当前的 Fabric API 使用规范
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.